home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
utils
/
clocks
/
sunclock.zoo
/
SOURCES
/
DIALOG.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-06-08
|
241 b
|
11 lines
#ifndef Dialog_first
#define Dialog_first
/*---- Prototyping ----*/
OBJECT* DialogInit( int );
int DialogDo( OBJECT* );
void DialogSetItem( OBJECT*, int, bool );
bool DialogGetItem( OBJECT*, int );
#endif Dialog_first